home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / coffeetycoon_Demo.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2006-06-13  |  313 b   |  8 lines

  1. on(press){
  2.    var thisname = this._name.substr("ant_type".length,this._name.length - "ant_type".length);
  3.    trace("button name=" + this._name);
  4.    _root.anttype = parseInt(thisname);
  5.    _root.feedback_anttype = _root.anttypename[_root.anttype];
  6.    _root.anttypeclip.gotoAndPlay("type_" + _root.anttype);
  7. }
  8.